@media screen and (min-width: 1200px) {
    /* 底部 */
    .klx-feet{
        width: 100%;
        /* height: 410px; */
        background: #0036a4;
        padding-top: 75px;
    }
    .klx-feet-body{
        width: 1200px;
        height: 320px;
        margin: 0 auto;
        color: #FFFFFF;
        display: flex;
        justify-content: space-around;
    }
    .feet-logo{
        margin-bottom: 46px;
    }
    .klx-feet-body-item{
        margin-right: 60px;
    }
    
    .ul-title{
        font-size: 18px;
        font-weight: 600;
        font-family: 'MicrosoftYaHei', sans-serif;
        margin-bottom: 20px;
    }
    .ul-title1{
        margin-bottom: 8px;
    }
    ul.no-bullet {
        list-style-type: none;
    }
    
    .no-bullet li {
        font-size: 15px;
        font-family: 'MicrosoftYaHei', sans-serif;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 30px;
        opacity: 1;
        cursor: pointer;
    }
    .no-bullet li:hover{
        opacity: 0.66;
    }
    ul.no-bullet1{
        list-style-type: none; 
    }
    .no-bullet1 li {
        font-size: 14px;
        font-family: 'MicrosoftYaHei', sans-serif;
        font-weight: 400;
        color: #000;
        line-height: 30px;
    }
    .feet-interaction{
        width: 282px;
        height: 160px;
        background: #fff;
        border-radius: 6px;
        padding: 22px 36px 18px 40px;
        display: flex;
        justify-content: space-between;
    }
    .feet-interaction-left{
        width: 130px;
        font-size: 16px;
        font-family: 'MicrosoftYaHei', sans-serif;
        font-weight: 400;
        color: #000;
        line-height: 14px;
    }
    .feet-interaction-btn{
        width: 102px;
        height: 25px;
        background: #2973E0;
        border-radius: 13px;
        font-size: 12px;
        font-family: 'MicrosoftYaHei', sans-serif;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 25px;
        text-align: center;
        cursor: pointer;
    }
    .feet-interaction-btn:hover{
        opacity: 0.8;
    }
    
    .feet-line{
        width: 1200px;
        margin: 0 auto;
        height: 1px;
        background-color: #fff;
    }
    .filings{
        width: 1200px;
        text-align: center;
        margin: 27px auto;
        font-size: 12px;
        font-family: 'MicrosoftYaHei', sans-serif;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 14px;
        opacity: 1;
    }

    .pc-none{
        display: none;
    }
}

@media screen and (min-width: 751px) and (max-width: 1199px) {
    /* 底部 */
    .klx-feet{
        width: 100%;
        /* height: 410px; */
        background: #0036a4;
        padding-top: 75px;
    }
    .klx-feet-body{
        width: 100%;
        height: 320px;
        margin: 0 auto;
        color: #FFFFFF;
        display: flex;
    }
    .feet-logo{
        margin-bottom: 46px;
    }
    .klx-feet-body-item{
        margin-right: 20px;
        margin-left: 20px;
    }
    
    .ul-title{
        font-size: 20px;
        margin-bottom: 29px;
    }
    ul.no-bullet {
        list-style-type: none;
    }
    
    .no-bullet li {
        font-size: 15px;
        font-family: 'MicrosoftYaHei', sans-serif;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 30px;
        opacity: 1;
        cursor: pointer;
    }
    .no-bullet li:hover {
        font-size: 14px;
        font-family: 'MicrosoftYaHei', sans-serif;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 30px;
        opacity: 0.8;
        cursor: pointer;
    }
    ul.no-bullet1{
        list-style-type: none; 
    }
    .no-bullet1 li {
        font-size: 14px;
        font-family: 'MicrosoftYaHei', sans-serif;
        font-weight: 400;
        color: #000;
        line-height: 30px;
    }
    .feet-interaction{
        width: 125px;
        height: 160px;
        background: #FFFFFF;
        border-radius: 6px;
        padding: 22px 36px 18px 40px;
        display: flex;
        justify-content: space-between;
        /* display: none; */
    }
    .feet-interaction-left{
        width: 130px;
        font-size: 16px;
        font-family: 'MicrosoftYaHei', sans-serif;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 14px;
    }
    .ul-title1{
        color: #000;
    }
    .feet-interaction-right{
        display: none;
    }
    .feet-interaction-btn{
        width: 102px;
        height: 25px;
        background: #2973E0;
        border-radius: 13px;
        font-size: 12px;
        font-family: 'MicrosoftYaHei', sans-serif;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 25px;
        text-align: center;
        cursor: pointer;
    }
    .feet-interaction-btn:hover{
        opacity: 0.8;
    }
    
    .feet-line{
        width: 100%;
        margin: 0 auto;
        height: 1px;
        background-color: #2b313c;
    }
    .filings{
        width: 100%;
        text-align: center;
        margin: 27px auto;
        font-size: 12px;
        font-family: 'MicrosoftYaHei', sans-serif;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 14px;
        opacity: 0.6;
    }
    /* .mobile-none{
        display: none;
    } */
}

@media screen and (max-width: 750px) {
    /* 底部 */
    .klx-feet{
        width: 100%;
        /* height: 85px; */
        background: #0036a4;
    }
    .klx-feet-body{
        width: 100%;
        height: 260px;
        margin: 0 auto;
        color: #FFFFFF;
        display: flex;
    }
    .feet-logo{
        margin-bottom: 46px;
    }
    .klx-feet-body-item{
        margin-right: 20px;
        margin-left: 20px;
    }
    
    .ul-title{
        margin-bottom: 29px;
    }
    ul.no-bullet {
        list-style-type: none;
    }
    
    .no-bullet li {
        font-size: 14px;
        font-family: 'MicrosoftYaHei', sans-serif;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 30px;
        opacity: 0.66;
    }
    ul.no-bullet1{
        list-style-type: none; 
    }
    .no-bullet1 li {
        font-size: 14px;
        font-family: 'MicrosoftYaHei', sans-serif;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 30px;
    }
    .feet-interaction{
        width: 282px;
        height: 160px;
        background: #212632;
        border-radius: 6px;
        padding: 22px 36px 18px 40px;
        display: flex;
        justify-content: space-between;
        display: none;
    }
    .feet-interaction-left{
        width: 130px;
        font-size: 16px;
        font-family: 'MicrosoftYaHei', sans-serif;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 14px;
    }
    .feet-interaction-btn{
        width: 102px;
        height: 25px;
        background: #2973E0;
        border-radius: 13px;
        font-size: 12px;
        font-family: 'MicrosoftYaHei', sans-serif;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 25px;
        text-align: center;
        cursor: pointer;
    }
    .feet-interaction-btn:hover{
        opacity: 0.8;
    }
    
    .feet-line{
        width: 100%;
        margin: 0 auto;
        height: 1px;
        background-color: #2b313c;
    }
    .filings{
        width: 96%;
        text-align: center;
        margin: 27px auto;
        font-size: 12px;
        font-family: 'MicrosoftYaHei', sans-serif;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 14px;
        opacity: 0.6;
    }

    .mobile-none{
        display: none;
    }
}